projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8624ad
)
; * lisp/vc/vc.el (vc-prepare-patch): Fix pluralisation
author
Philip Kaludercic
<philipk@posteo.net>
Sun, 16 Oct 2022 09:16:52 +0000
(11:16 +0200)
committer
Philip Kaludercic
<philipk@posteo.net>
Sun, 16 Oct 2022 09:37:51 +0000
(11:37 +0200)
lisp/vc/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc/vc.el
b/lisp/vc/vc.el
index 5876cb34dd65beec033b9268f9b2934b275bf9ea..8d0680888a4169a35293dfd2dc27e2db3bded33c 100644
(file)
--- a/
lisp/vc/vc.el
+++ b/
lisp/vc/vc.el
@@
-3371,7
+3371,8
@@
revisions, those revisions will be used."
revisions)))
(if vc-prepare-patches-separately
(dolist (patch (reverse patches)
- (message "Prepared %d patches..." (length patches)))
+ (message "Prepared %d patch%s..." (length patches)
+ (if (length> patches 1) "es" "")))
(compose-mail addressee
(plist-get patch :subject)
nil nil nil nil